-
Notifications
You must be signed in to change notification settings - Fork 0
PB-1969 Feedback to 3D from ltrea #patch #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
asteiner-swisstopo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice to have more up-to-date examples 👍 I suggest we still fix the typos in the new text before merging.
docs/3d-tiles.md
Outdated
|
|
||
| <ApiCodeBlock url="https://3d.geo.admin.ch/<LayerName>/<Version>/<Time>/tileset.json" method="GET" /> | ||
|
|
||
| f you always want the most rectent cesium tiles, you can leave `/<Time>` away in the path towards `tileset.json`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about adding this to the Time parameter in the parameter table below?
If so, I would propose the following shorter phrasing:
If you omit this parameter, the most recent tile is returned.
Same further below.
c07ce0c to
fc04386
Compare
d52ada6 to
561e3ad
Compare
561e3ad to
eb9a2f5
Compare
asteiner-swisstopo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still a tiny typo to fix, otherwise all good. Thanks 👍
docs/3d-tiles.md
Outdated
| | Parameter | Example | Description | | ||
| | --------------- | -------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| | Time (optional) | 20201203 | Date of tile generation in (ISO-8601). | | ||
| | Time (optional) | 20250728 | Date of tilegeneration in ISO-8601(YYYYMMDD). If you omit this parameter, the most recent tile is returned. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick: Has some wrong white spaces.
Should be:
Date of tile generation in ISO-8601 (YYYYMMDD).
Test link